-
Notifications
You must be signed in to change notification settings - Fork 619
Version Packages #7989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #7989
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
WalkthroughRemoved a changeset file, added a new 0.1.3 patch entry to the ai-sdk-provider changelog, and bumped the package version from 0.1.2 to 0.1.3. No source code, API, or type changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7989 +/- ##
=======================================
Coverage 56.54% 56.54%
=======================================
Files 904 904
Lines 58677 58677
Branches 4150 4150
=======================================
Hits 33181 33181
Misses 25389 25389
Partials 107 107
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/ai-sdk-provider/package.json (1)
1-61: Optional: add a bundle budget to package.json via size-limit.
Helps catch accidental growth before publish, per repo guideline to track budgets in package.json.Proposed minimal add-ons (adjust path/limit as needed):
"devDependencies": { "@ai-sdk/provider": "2.0.0", "@ai-sdk/provider-utils": "3.0.7", "@biomejs/biome": "2.0.6", + "size-limit": "11.1.4", + "@size-limit/preset-small-lib": "11.1.4", "rimraf": "6.0.1" }, ... "scripts": { "dev": "tsc --project ./tsconfig.build.json --module nodenext --moduleResolution nodenext --outDir ./dist/esm --watch", "build": "pnpm clean && pnpm build:cjs && pnpm build:esm && pnpm build:types", @@ "fix": "biome check ./src --fix", "format": "biome format ./src --write", - "lint": "biome check ./src" + "lint": "biome check ./src", + "size": "size-limit" }, + "size-limit": [ + { + "path": "dist/esm/exports/thirdweb.js", + "import": "{ ThirdwebProvider }", + "limit": "5 KB" + } + ],
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (3)
.changeset/quiet-llamas-chew.md(0 hunks)packages/ai-sdk-provider/CHANGELOG.md(1 hunks)packages/ai-sdk-provider/package.json(1 hunks)
💤 Files with no reviewable changes (1)
- .changeset/quiet-llamas-chew.md
🧰 Additional context used
📓 Path-based instructions (1)
**/package.json
📄 CodeRabbit inference engine (AGENTS.md)
Track bundle budgets via
package.json#size-limit
Files:
packages/ai-sdk-provider/package.json
🧠 Learnings (1)
📓 Common learnings
Learnt from: CR
PR: thirdweb-dev/js#0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to .changeset/*.md : Version bump rules: patch for non‑API changes; minor for new/modified public API
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Lint Packages
- GitHub Check: Size
- GitHub Check: Analyze (javascript)
🔇 Additional comments (2)
packages/ai-sdk-provider/package.json (1)
59-59: Patch bump is appropriate for non-API changes. LGTM.
Matches the release notes and changesets flow. Good to publish.packages/ai-sdk-provider/CHANGELOG.md (1)
3-8: Changelog entry looks good and links the source PR/commit.
Consistent with prior sections; no further action.
size-limit report 📦
|
d814366 to
e58b92d
Compare
e58b92d to
fefde76
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@thirdweb-dev/ai-sdk-provider@0.1.3
Patch Changes
c92081bThanks @joaquim-verges! - Update sign swap action typePR-Codex overview
This PR updates the version of the
ai-sdk-providerpackage from0.1.2to0.1.3and adds a new entry in theCHANGELOG.mdfor the latest changes, specifically highlighting an update to the sign swap action type.Detailed summary
versioninpackage.jsonfrom0.1.2to0.1.3CHANGELOG.mdfor version0.1.3@joaquim-vergesSummary by CodeRabbit
Documentation
Chores
Notes